home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_316_plane.txt < prev    next >
Text File  |  1994-02-10  |  192b  |  7 lines

  1. // create an infinite planar surface
  2. plane
  3. {
  4.   y, // <X Y Z> unit surface normal, vector points "away from surface"
  5.   -1.0 // distance from the origin in the direction of the surface normal
  6. }
  7.